그래프 알고리즘 영어로
- Graph algorithms
- 그래프: 그래프 a graph. 선[막대] ~ a line[a bar]
- 알고리즘: algorithm
- 그래프 탐색 알고리즘: Graph search algorithm
- 컴퓨터 그래픽스 알고리즘: Computer graphics algorithms
- a 법칙 알고리즘: A-law algorithm
- a* 알고리즘: A* search algorithm
- cyk 알고리즘: CYK algorithm
- fm 알고리즘: Fiduccia–Mattheyses algorithm
- simple 알고리즘: SIMPLE algorithm
- 검색 알고리즘: Search algorithm
- 곱셈 알고리즘: Multiplication algorithm
- 근사 알고리즘: Approximation algorithm
- 기하 알고리즘: Geometric algorithms
- 룬 알고리즘: Luhn algorithm
- 병행 알고리즘: Concurrent algorithms
예문
- For the purposes of graph algorithm functions in MATLAB, a graph containing a node with a single self-loop is not a multigraph.
MATLAB의 그래프 알고리즘 함수에서는, 하나의 자가 루프를 갖는 노드가 포함된 그래프는 다중 그래프로 보지 않습니다.